home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir30 / mcadam1.zip / MCD.ZIP / MCADAM / SUPERVGA.DOC < prev    next >
Text File  |  1994-03-20  |  2KB  |  46 lines

  1. Using a Super VGA Graphics Board with MICRO CADAM
  2. ===== = ===== === ======== ===== ==== ===== =====
  3.  
  4. The SET VGA statment in your AUTOEXEC.BAT file may need to be
  5. changed to allow MICRO CADAM to operate properly with your
  6. particular graphics board.  If you selected SUPER VGA from
  7. the MCINSTAL program, the following SET statement will appear
  8. in your AUTOEXEC.BAT:
  9.  
  10. SET VGA=800,600,58h
  11.  
  12. If you have a PARADISE VGA board, this setting should work
  13. as is.  Other VGA boards will need different settings.
  14.  
  15. The format of the SET VGA command is as follows:
  16.  
  17.        SET VGA,x,y,mode
  18.  
  19.        X    - is the horizontial resolution           
  20.        Y    - is the vertical resolution
  21.        MODE - is the Video BIOS mode setting value for that intermediate mode
  22.  
  23. These values can usually be found in the programmer section of the user's
  24. manual for the graphics board.  The values of X, Y, and MODE can be specified
  25. in either decimal or hex.  Hex values must have an "h" appended to the end.
  26.  
  27. Some example settings are as follows:
  28.  
  29. Graphics Card               Command            
  30. =============               ===================
  31. A11                         SET VGA=640,480,12h
  32. ATI VGA WONDER              SET VGA=800,600,54h
  33. EIZO Professional MD-B07    SET VGA=800,600,58h
  34. EIZO Professional MD-B10    SET VGA=800,600,29h
  35. Genoa SuperVGA HiRes-10*    SET VGA=800,600,79h
  36. Orchid's Designer VGA**     SET VGA=800,600,29h
  37. Paradise VGA Professional   SET VGA=800,600,58h
  38. STB Systems VGA Extra       SET VGA=800,600,29h
  39. Trident TVGA                SET VGA=800,600,5bh
  40.  
  41. * Valid only on Genoa SuperVGA HiRes-10 BIOS Version 2.0 and above
  42. ** Some older Orchid's Designer VGA boards must be modified by
  43.    Orchid to run at this mode
  44.  
  45. For additional information, call your graphics board vendor.
  46.